func runtime/pprof.writeRuntimeProfile

4 uses

	runtime/pprof (current package)
		pprof.go#L769: 	return writeRuntimeProfile(w, debug, "threadcreate", func(p []profilerecord.StackRecord, _ []unsafe.Pointer) (n int, ok bool) {
		pprof.go#L784: 	return writeRuntimeProfile(w, debug, "goroutine", pprof_goroutineProfileWithLabels)
		pprof.go#L810: 	return writeRuntimeProfile(w, debug, "goroutineleak", pprof_goroutineLeakProfileWithLabels)
		pprof.go#L834: func writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]profilerecord.StackRecord, []unsafe.Pointer) (int, bool)) error {